.header{
      
       font-family: "Microsoft YaHei";
}
.top{
	/*width:1200px;*/
	margin:0 auto;
	color: #efefef;
}
.h_top{
	height: 36px;
	line-height: 36px;
        background:#189a9c;
}
.h_top_center{
  width:1200px;
  margin:0 auto;
}
.h_top a{
	color: #efefef;
}
.h_top em{
	float: left;
}
.h_top span{
	float: right;
}
.h_top span a{
	padding:0 10px;
}
.h_con{
    position: relative;
   background:white;
   width: 1200px;
   margin: 0 auto;
}
.h_con h1 img{
	width: 65px;
        margin-top: 20px;
}
.h_con h1{
	float: left;
        height: 140px;
}
.h_con .h_dingzhi{
	float: left;
        color:#181818;
	padding: 30px;
}
.h_con .h_dingzhi img{
	width: 230px;
	height: 45px;
}
.h_con .h_phone{
	float: right;       
}
.h_con .h_phone p{
	padding: 15px 0 0;
        font-size:20px;
       font-weight: bold;
}
.h_con .h_phone p span{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e7cc9b;
	padding: 5px 0 0;
}
/*导航栏*/
.h_nav{
	line-height: 45px;
        padding-top: 2px;
        float: left;
        margin-top: 54px;
        margin-left: 70px;
}
.h_nav ul li{
	float: left;
}
.h_nav ul li:last-child{
	background:none;
} 
.h_nav ul li a{
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #e7cc9b;
	padding: 0 13px;
	display: block;
	text-decoration: none;
}
.h_nav ul li a:hover{
        color:#fff;
}
 .hd_search{
   position: absolute;
   bottom:9px;
   right:0px;
}
.h_dingzhi{
    	  	display: inline-block;
    	  }
          .h_dingzhi span{
          	font-size: 15px;
          	color:#fff;
          }
          
          .h_dingzhi h3{
          	color:#cd9b3f;
          	letter-spacing:3px;
          	font-family: sans-serif;
                font-size: 24px;
                font-weight: 600;
          }
 .hd_search input{
          	width: 133px;
          	height: 26px;
          	padding: 2px;
          	float: left;
}
 .hd_search button{
		    background-color: #cd9b3f; 
		    border: none;
		    color: white;
		    padding: 5px;
		    text-align: center;
		    text-decoration: none;
		    display: inline-block;
		    font-size: 12px;
		    border-top-right-radius: 5px;
		    border-bottom-right-radius: 5px;
                    float:left;
                    cursor:pointer
}

/*头部样式结束*/